home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Gold 2
/
Shareware Gold II - Volume 2 Number 1 - Wayzata Technology (7071) (1991).iso
/
dosutil
/
dostoolb
/
dolist.cfg
< prev
next >
Wrap
Text File
|
1990-03-28
|
1KB
|
40 lines
;DoList Configuration File
;This file is read on DoList startup. DoList executes the command
;INT CONFIG. which reads this file and sets DoList up.
;ReturnCodes show program return codes that are non zero
ReturnCodes
;Trace is for DoList Debugging. Shows generated command lines.
;Trace
;Use AKEY if you want to add an ENTER at the end, BKEY if you don't.
;Function Keys F1-F10, AF1-AF10, CF1-CF10, SF1-SF10
;%C changes into the name of this configuration file.
;Note: Using || allows more than 1 command to be executed.
AKey AF1 ME %C||INT CONFIG ;Edit DoList Configuration
AKey CF1 INT SHOWKEYS|MORE ;Display Key Help
AKey SF1 INT SHOWALIAS ;Display Alias List
AKey AF2 Del *.BAK ;Delete .BAK Files
AKey SF2 INT DUMPENV X||ME X||INT LOADENV X||DEL X
AKey F5 DM3.EXE ;Run DM3
AKey F7 PD ;Pick Directory
AKey ALT-C Cls ;Clear Screen
AKey ALT-D DoList ;Load DoList
BKey ALT-E ME ;Run MarxEdit
AKey ALT-F Free ;Free Space
AKey ALT-M MapMem ;Memory Map
AKey ALT-S SM D ;Load Smart DataBase
AKey ALT-T Turbo ;Turbo Pascal
AKey ALT-5 @Trace Off ;Debug DoList
AKey ALT-6 @Trace On ;Debug DoList
;Aliases are used to translate commands. The first word is translated
;into the rest of the line.
;end